projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd031b8
)
inspector: Plug a memory leak
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Oct 2014 14:00:57 +0000
(10:00 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Oct 2014 14:00:57 +0000
(10:00 -0400)
gtk/inspector/selector.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/selector.c
b/gtk/inspector/selector.c
index 2919dd2c6c0fad20a9792f5e8eb6fdc909314290..c984ff75d5f604be65a66fb8f8954670d2b62b6a 100644
(file)
--- a/
gtk/inspector/selector.c
+++ b/
gtk/inspector/selector.c
@@
-84,6
+84,9
@@
gtk_inspector_selector_set_object (GtkInspectorSelector *oh,
parent = iter;
}
+ g_strfreev (words);
+ g_free (path);
+
gtk_tree_view_expand_all (oh->priv->tree);
gtk_tree_selection_select_iter (gtk_tree_view_get_selection (oh->priv->tree), &iter);
}